home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
SGI Developer Toolbox 6.1
/
SGI Developer Toolbox 6.1 - Disc 4.iso
/
src
/
demos
/
GL
/
flight
/
ci_colors.h
< prev
next >
Wrap
Text File
|
1994-08-01
|
3KB
|
122 lines
/*
* Copyright 1993, 1994, Silicon Graphics, Inc.
* All Rights Reserved.
*
* This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
* the contents of this file may not be disclosed to third parties, copied or
* duplicated in any form, in whole or in part, without the prior written
* permission of Silicon Graphics, Inc.
*
* RESTRICTED RIGHTS LEGEND:
* Use, duplication or disclosure by the Government is subject to restrictions
* as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
* and Computer Software clause at DFARS 252.227-7013, and/or in similar or
* successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
* rights reserved under the Copyright Laws of the United States.
*/
/*
* ci_colors.h $Revision: 1.1 $
*/
/*
* fixed
*/
#define C_BLACK 0
#define C_WHITE 1
#define C_RED 2
#define C_DRED 3
#define C_GREEN 4
#define C_BLUE 5
#define C_YELLOW 6
#define C_ORANGE 7
#define C_INST_BROWN 8
#define C_HBLUE 9
#define C_GREY 10
/*
* missile contrail
*/
#define C_MC_FLAME 16
#define C_MC_TRAIL 17
/*
* non ramp
*/
#define C_DIRT 18
#define C_SWAMP 19
#define C_SKY 20
/*
* ramps
*/
#define C_GREY_0 21
#define C_GREY_1 22
#define C_GREY_2 23
#define C_GREY_3 24
#define C_GREY_4 25
#define C_GREY_5 26
#define C_GREY_6 27
#define C_GREY_7 28
#define C_GREY_8 29
#define C_GREY_9 30
#define C_GREY_10 31
#define C_GREY_11 32
#define C_GREY_12 33
#define C_SILVER_0 34
#define C_SILVER_1 35
#define C_SILVER_2 36
#define C_SILVER_3 37
#define C_SILVER_4 38
#define C_SILVER_5 39
#define C_SILVER_6 40
#define C_SILVER_7 41
#define C_SILVER_8 42
#define C_SILVER_9 43
#define C_PURPLE_0 44
#define C_PURPLE_1 45
#define C_PURPLE_2 46
#define C_PURPLE_3 47
#define C_PURPLE_4 48
#define C_LIME_0 49
#define C_LIME_1 50
#define C_LIME_2 51
#define C_LIME_3 52
#define C_LIME_4 53
#define C_TAN_0 54
#define C_TAN_1 55
#define C_TAN_2 56
#define C_TAN_3 57
#define C_TAN_4 58
#define C_ORANGE_0 59
#define C_ORANGE_1 60
#define C_ORANGE_2 61
#define C_ORANGE_3 62
#define C_ORANGE_4 63
/*
* short 4 bit color map
*/
#define SC_BLACK 0
#define SC_WHITE 1
#define SC_RED 2
#define SC_GREEN 3
#define SC_BLUE 4
#define SC_ORANGE 5
#define SC_GREY 6
#define SC_DIRT 7
#define SC_SWAMP 8
#define SC_SKY 9
#define SC_GREY_0 10 /* == C_GREY_0 */
#define SC_GREY_1 11 /* == C_GREY_2 */
#define SC_GREY_2 12 /* == C_GREY_5 */
#define SC_GREY_3 13 /* == C_GREY_8 */
#define SC_PURPLE_0 14 /* == C_PURPLE_1 */
#define SC_PURPLE_1 15 /* == C_PURPLE_3 */